home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW rman 1.3.4 / macish.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-11  |  71 b   |  7 lines  |  [TEXT/MPS ]

  1. #include <QuickDraw.h>
  2.  
  3. void InitToolbox()
  4. {
  5.     InitGraf(&qd.thePort);
  6. }
  7.